home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / htmedical / demos / LaunchIt.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-07-08  |  218b  |  8 lines

  1. #!/bin/csh
  2.  
  3. xwsh -bg royalblue -fg white \
  4.      -geom 80x30+100+100 -cursorfg violetred1 \
  5.      -cursorbg violetred1 -title "Launching T-Vox 1.0 Hot Mix Demo" \
  6.      -e /bin/csh -c "cd /usr/tmp/HotMixTVox; ./hm_TVox"
  7.  
  8.